速報APP / 教育 / Learn Assembly Language Complete Guide (

Learn Assembly Language Complete Guide (

價格:免費

更新日期:2018-12-31

檔案大小:8.0M

目前版本:2.0.1

版本需求:Android 4.1 以上版本

官方網站:mailto:siddharthisnext@gmail.com

Email:https://app.termly.io/document/privacy-policy/3008f6f6-5aa6-4ceb-935d-dbfb7d981a84

Learn Assembly Language Complete Guide (OFFLINE)(圖1)-速報App

Assembly language is a low-level programming language for a computer or other programmable device specific to a particular computer architecture in contrast to most high-level programming languages, which are generally portable across multiple systems. Assembly language is converted into executable machine code by a utility program referred to as an assembler like NASM, MASM, etc.

Audience

This tutorial has been designed for those who want to learn the basics of assembly programming from scratch. This tutorial will give you enough understanding on assembly programming from where you can take yourself to higher levels of expertise.

Prerequisites

Before proceeding with this tutorial, you should have a basic understanding of Computer Programming terminologies. A basic understanding of any of the programming languages will help you in understanding the Assembly programming concepts and move fast on the learning track.

Chapters

Assembly - Introduction

Assembly - Environment Setup

Learn Assembly Language Complete Guide (OFFLINE)(圖2)-速報App

Assembly - Basic Syntax

Assembly - Memory Segments

Assembly - Registers

Assembly - System Calls

Assembly - Addressing Modes

Assembly - Variables

Assembly - Constants

Assembly - Arithmetic Instructions

Learn Assembly Language Complete Guide (OFFLINE)(圖3)-速報App

Assembly - Logical Instructions

Assembly - Conditions

Assembly - Loops

Assembly - Numbers

Assembly - Strings

Assembly - Arrays

Assembly - Procedures

Assembly - Recursion

Learn Assembly Language Complete Guide (OFFLINE)(圖4)-速報App

Assembly - Macros

Assembly - File Management

Assembly - Memory Management

Learn Assembly Language Complete Guide (OFFLINE)(圖5)-速報App